home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 01 / 3 / DISK0130.ZIP / CITOH.FNT < prev    next >
Text File  |  1983-09-07  |  993b  |  20 lines

  1. { This file must be exactly 19 lines long (including the comments)    }
  2. { The first 6 data lines give decimal codes needed for the printer    }
  3. { to TURN ON a special font.  The next 6 lines tell how to turn it    }
  4. { OFF.    If the font doesn't exist on your printer, give no numbers    }
  5. { on the line.    Note that everything between curly braces is ignored. }
  6. { Also, commas are ignored.                          }
  7. { Following codes work for an C-Itoh 8510A Printer.              }
  8.                    { 1 - double strike       TURN-ON  }
  9. 27, 33,                { 2 - emphasized       TURN-ON  }
  10. 27, 33,                { 3 - italics       TURN-ON  }
  11.                    { 4 - double width       TURN-ON  }
  12. 27, 81,                { 5 - compressed       TURN-ON  }
  13. 27, 33,                { 6 - underline       TURN-ON  }
  14.                    { 1 - double strike       TURN-OFF }
  15. 27, 34,                { 2 - emphasized       TURN-OFF }
  16. 27, 34,                { 3 - italics       TURN-OFF }
  17.                    { 4 - double width       TURN-OFF }
  18. 27, 78,                { 5 - compressed       TURN-OFF }
  19. 27, 34,                { 6 - underline       TURN-OFF }
  20.